src/vypocet_MFCC.m
Go to the documentation of this file.
00001 %> @file vypocet_MFCC.m
00002 
00003 %> @brief vypocet mel koeficientu
00004 
00005 %> @param n
00006 %>============================================
00007 
00008 % vypocet MFCC
00009 %------------------------------------------------------------------%
00010 n=12; % pocet koeficientu (filtru)
00011 
00012 DFT = frekvencni_analyza(M, FS, segLen_s);
00013 vzorky = melbanka(FS, n);
00014 Koef = mfcc_koeficienty(vzorky, DFT, n);
 All Files